Skip to content

chore: Build against Selenium nightly build in a separate nightly job#2391

Open
asolntsev wants to merge 1 commit intoappium:masterfrom
asolntsev:build-against-selenium-nightly-only-at-night
Open

chore: Build against Selenium nightly build in a separate nightly job#2391
asolntsev wants to merge 1 commit intoappium:masterfrom
asolntsev:build-against-selenium-nightly-only-at-night

Conversation

@asolntsev
Copy link
Contributor

Change list

Before:

GA was building against Selenium nightly build in every PR.
This is bad because it can break build of every single PR when something is wrong with the Selenium nightly build.

After:

GA has a dedicated nightly jobs that runs at 6:06 every night, and builds against the latests Selenium nightly build.
So we don't break builds of current PRs.

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Otherwise, we break build of every single PR when something is wrong with the Selenium nightly build.
@asolntsev asolntsev force-pushed the build-against-selenium-nightly-only-at-night branch from aef070f to 657f294 Compare March 6, 2026 09:45
@asolntsev asolntsev changed the title Build against Selenium nightly build in a separate nightly job chore: Build against Selenium nightly build in a separate nightly job Mar 6, 2026
@mykola-mokhnach
Copy link
Contributor

  • What went wrong:
    Execution failed for task ':compileJava'.

Could not resolve all files for configuration ':compileClasspath'.
Could not find org.seleniumhq.selenium:selenium-api:.
Required by:
root project 'java-client'
Could not find org.seleniumhq.selenium:selenium-remote-driver:.
Required by:
root project 'java-client'
Could not find org.seleniumhq.selenium:selenium-support:.
Required by:
root project 'java-client'

It looks like the compilation does not really work with these changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants